home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Music / PLAY / superplay-lib / SuperPlay / SuperPlay.doc < prev    next >
Text File  |  1995-08-23  |  3KB  |  94 lines

  1.  
  2.   SuperPlay V3.1
  3.  
  4.   © 1994 by Andreas R. Kleinert.
  5.  
  6.   FREEWARE. All rights reserved.
  7.  
  8.   Version      : 3.1
  9.   Release Date : 21.07.1994
  10.  
  11.  
  12.   Description
  13.   ~~~~~~~~~~~
  14.   SuperPlay is an Example of a full-feature Player-Programm which uses
  15.   the superplay.library.
  16.  
  17.   Feel free to use it for your own purposes.
  18.   Distribution is allowed without any restrictions.
  19.   Use the SourceCode as an Example for own Player Programs.
  20.  
  21.  
  22.   Author
  23.   ~~~~~~
  24.   Andreas R. Kleinert,
  25.   Grube Hohe Grethe 23,
  26.   D-57074 Siegen,
  27.   Germany.                        email : Fido 2:2457/345.10
  28.                                           (checked weekly)
  29.  
  30.   History :
  31.   ~~~~~~~~~
  32.   V3.1 (21.07.1994) :
  33.  
  34.    - bumped version to V3.2 :-)
  35.    - increased required superplay.library version to 3,
  36.      to make sure, that the new features are really available ...
  37.    - replaced Alloc/FreeVec call in SP_Printf() with Alloc/FreeMem call,
  38.      because invoking SuperPlay with "?" in an OS 1.3 CLI/Shell would
  39.      crash the program (OS version is checked _after_ this point).
  40.    - now only SAMPLE SPObjects are available for conversion anymore.
  41.      This may change again, if there'll be more types than SAMPLEs
  42.      and MODULEs in the future (e.g. MIDI sequences or so), but so far
  43.      it seems no longer useful to show MODULE-SPObjects in the ListView.
  44.  
  45.  
  46.   V1.6 (02.07.1994) :
  47.  
  48.    - re-designed GUI : - now font-sensitive
  49.                        - opens on Public Screen
  50.                        - ListView for SPObjects instead of Cycle
  51.                          (underscore "O" still works)
  52.  
  53.  
  54.   V1.5 (08.05.1994) :
  55.  
  56.    - use of SAS/C V6.51
  57.    - removed "anchor window" for the FileRequester
  58.    - replaced SAS/C's (s)printf()-routine with own, RawDoFmt()-based one.
  59.      This saves about 3000 Bytes.
  60.    - again : fixed version string
  61.    - added Gadget for toggling the LED/AudioFilter.
  62.      Most of the time it may be useless, and its to big anyway, but ...
  63.    - and more
  64.  
  65.  
  66.   V1.3 (30.03.1994) :
  67.  
  68.    - Cycle-Gadget now reacts to "O" Underscore
  69.    - changed Compiler Options slightly (Optimizer activated,
  70.      no longer CODE=FAR, and more)
  71.    - changed way of version counting
  72.    - fixed version string
  73.    - and more
  74.  
  75.  
  76.   V1.01 (20.02.1994) :
  77.  
  78.    - use of SAS/C V6.5 (full recompilation)
  79.    - fixed bug with double-used underscore in GUI
  80.    - fixed bug in memory delocation (was not freed)
  81.  
  82.  
  83.   V1.00 (16.01.1994) :
  84.  
  85.    - first version
  86.  
  87.  
  88.   Copyrights
  89.   ~~~~~~~~~~
  90.   Some of the mentioned names or products above may be copyrighted by
  91.   companies or trademarks of companies.
  92.  
  93.  
  94.